(sh-mode-syntax-table): Don't make ^L
authorAndreas Schwab <schwab@suse.de>
Sun, 27 Oct 2002 23:00:42 +0000 (23:00 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 27 Oct 2002 23:00:42 +0000 (23:00 +0000)
end-of-comment syntax.

lisp/progmodes/sh-script.el

index 35e72199a73daf1f50b885e477668e53dd7944d7..d6592cbc603d35164a83ed1c78d8770ec2c25db0 100644 (file)
@@ -395,7 +395,6 @@ the car and cdr are the same symbol.")
 (defvar sh-mode-syntax-table
   '((sh eval sh-mode-syntax-table ()
        ?\# "<"
-       ?\^l ">#"
        ?\n ">#"
        ?\" "\"\""
        ?\' "\"'"